golang.org/x/crypto/sha3.state.state (field)

8 uses

	golang.org/x/crypto/sha3 (current package)
		legacy_hash.go#L80: 	state     spongeDirection // whether the sponge is absorbing or squeezing
		legacy_hash.go#L96: 	d.state = spongeAbsorbing
		legacy_hash.go#L141: 	d.state = spongeSqueezing
		legacy_hash.go#L147: 	if d.state != spongeAbsorbing {
		legacy_hash.go#L170: 	if d.state == spongeAbsorbing {
		legacy_hash.go#L194: 	if d.state != spongeAbsorbing {
		legacy_hash.go#L226: 	b = append(b, byte(d.n), byte(d.state))
		legacy_hash.go#L260: 	d.state = state